data-manipulation/encryption/aes

use .NET library EncryptDecryptUtils

rule:
  meta:
    name: use .NET library EncryptDecryptUtils
    namespace: data-manipulation/encryption/aes
    authors:
      - "@johnk3r"
    scopes:
      static: file
      dynamic: file
    att&ck:
      - Defense Evasion::Obfuscated Files or Information [T1027]
    mbc:
      - Anti-Static Analysis::Executable Code Obfuscation [B0032]
    references:
      - https://www.welivesecurity.com/2021/04/06/janeleiro-time-traveler-new-old-banking-trojan-brazil/
    examples:
      - 7f4ba9fc95b30baf8922a6933a4ff1c6a7fef41fae487bb31014c4963357770f
  features:
    - and:
      - match: compiled to the .NET platform
      - string: "RijndaelEncryptDecrypt"

last edited: 2023-11-24 10:34:28